home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group99a.txt / 000015_icon-group-sender _Fri Jan 29 17:20:31 1999.msg < prev    next >
Internet Message Format  |  2000-09-20  |  1KB

  1. Return-Path: <icon-group-sender>
  2. Received: (from root@localhost)
  3.     by baskerville.CS.Arizona.EDU (8.9.1a/8.9.1) id RAA20402
  4.     for icon-group-addresses; Fri, 29 Jan 1999 17:20:12 -0700 (MST)
  5. Message-Id: <199901300020.RAA20402@baskerville.CS.Arizona.EDU>
  6. Date: Fri, 29 Jan 1999 14:53:17 -0600
  7. From: Clinton Jeffery <jeffery@segfault.cs.utsa.edu>
  8. To: gkt@math.luc.edu
  9. CC: icon-group@optima.CS.Arizona.EDU
  10. Subject: Re: file and directory manipulation
  11. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  12. Status: RO
  13.  
  14.  
  15. >   Is it possible, other than by using system(...), to perform various file
  16. >   and directory manipulation functions on the Unix platform? I'm
  17. >   desperately trying to use Icon as a perl replacement.
  18.  
  19. Hi George,
  20.  
  21. You want Unicon, http://www.drones.com/unicon, an Icon with POSIX extensions
  22. developed by Shamim Mohamed.  Unicon forms the basis for some multiplatform
  23. file, directory, and internet facilities that we are working on, which will
  24. be described in a forthcoming book.
  25.  
  26. >  I cannot seem to create directories easily.
  27.  
  28. I really think that system() ought to work great for this, but in any case,
  29. Unicon has these types of functions as built-ins for Icon.
  30.  
  31. Clint Jeffery, jeffery@cs.utsa.edu
  32. Research http://www.cs.utsa.edu/research/plss.html
  33.